Diagram
Overview
|
|
Sequence
|
|
Name optional xs:string
|
|
Version optional xs:string
|
|
All
|
|
Sequence
|
|
Name optional xs:string
|
|
X optional xs:int
|
|
Y optional xs:int
|
|
Width optional xs:int
|
|
Height optional xs:int
|
|
All
|
|
Type required xs:string
| |
|
|
Sequence
|
|
Type required xs:string
| | | |
|
|
Sequence
|
|
Type required xs:string
| | | | | | | |
|
|
Sequence
|
|
Type required xs:string
| | | |
|
|
Sequence
|
|
Type required xs:string
| | | |
|
|
Sequence
|
|
Type required xs:string
| | | | | | | |
Source
<xs:element name="Forms" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element ref="for:Form" maxOccurs="unbounded" minOccurs="1" xmlns:for="http://www.Accusoft.com/FormDirector" />
</xs:sequence>
</xs:complexType>
</xs:element>
|
See Also